home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 July: Mac OS SDK / Dev.CD Jul 99 SDK1.toast / Development Kits / Mac OS / QuickDraw3D 1.6 SDK / Mac SampleCode New for 1.6 / CompressedPixmapSample / Headers / MyGlobals.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-05-18  |  280 b   |  15 lines  |  [TEXT/CWIE]

  1. /****************************/
  2. /*         MY GLOBALS       */
  3. /****************************/
  4.  
  5. #include <QD3D.h>
  6. #include <math.h>
  7. #include <qdoffscreen.h>
  8.  
  9. #define NORMAL_UPDATES        true
  10. #define REMOVE_ALL_EVENTS     0
  11. #define    MOVE_TO_FRONT        (WindowPtr)-1L
  12. #define    NIL_STRING            "\p"
  13.  
  14.  
  15.